We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
str.find()
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP for #105670
📚 Documentation preview 📚: https://cpython-previews--134529.org.readthedocs.build/en/134529/library/stdtypes.html#str.find
Sorry, something went wrong.
pythongh-108316: Add example for str.endswith()
str.endswith()
adb278d
WIP to fix python#105670
The issue number is 106318, not 108318. @picnixz
Merge branch 'main' into 106318.find
0554954
Add newline
f4cd8d3
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
14a5ad1
Thanks @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. 🐍🍒⛏🤖
pythongh-106318: Add example for str.find() (pythonGH-134529)
8f1c50e
(cherry picked from commit 14a5ad1) Co-authored-by: Blaise Pabon <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
2e24347
3.14 branch.
3.13 branch.
[3.14] gh-106318: Add example for str.find() (GH-134529) (#138174)
f4af717
Co-authored-by: Blaise Pabon <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
[3.13] gh-106318: Add example for str.find() (GH-134529) (#138175)
d6f7c61
[3.14] pythongh-106318: Add example for str.find() (pythonGH-134529) (
80286d3
python#138174) Co-authored-by: Blaise Pabon <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
hugovk hugovk approved these changes
Successfully merging this pull request may close these issues.